home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Bombardier_PC / DATACH.CST / 00147_Script_hourbackframescript < prev    next >
Text File  |  1999-03-07  |  214b  |  7 lines

  1. on exitFrame
  2.   global OCreentryflag
  3.     mainbars
  4.   if (length(the text of field "displane")>3) and (the text of field "displane"<> "No Competitor")  then
  5.     compbars the text of field "displane"
  6.   end if
  7. end